home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / educate / mmtyp106.zip / HELP.BAT < prev    next >
DOS Batch File  |  1995-11-08  |  1KB  |  39 lines

  1. echo off
  2. cls
  3. echo        HOW TO INSTALL MasterMind Typing
  4. echo  
  5. echo Please access the MasterMind Typing files using Windows, not DOS.
  6. echo The files are on a floppy drive, typically A:, or in a temporary
  7. echo directory that you have provided on your hard disk.
  8. if exist %windir%\startm~1\programs\nul goto nav95
  9. echo  
  10. echo Under Windows 3.x or like interface, one navigates via:
  11. echo        Main, File Manager; or
  12. echo        Program Manager, File, Run, Browse.
  13. if "%OS%"=="Windows_NT" goto setup
  14. echo  
  15. echo (Please do NOT run 'setup.')  Apparently your operating system
  16. echo is Windows 3.x, so the installation program is:
  17. echo            CONFIG3X.EXE
  18. goto common
  19. :nav95
  20. echo  
  21. echo Under Windows 95, one navigates via:
  22. echo        My Computer; or
  23. echo        Start, Programs, Explorer.
  24. :setup
  25. echo  
  26. echo Apparently your operating system is Windows 95 or NT,
  27. echo so the installation program is:
  28. echo        SETUP
  29. :common
  30. echo  
  31. echo Please highlight the installation program in the directory where
  32. echo you have MasterMind Typing.  Then double-click or {Enter}.
  33. echo Installation will proceed under your control.
  34. echo  
  35. echo To capture these instructions, key PrintScreen or Shift+PrintScreen.
  36. echo You may prefer just to handwrite the installation program's name.
  37. echo  
  38. if not exist %windir%\startm~1\programs\nul pause
  39.